DevForce Help Reference
Reload Method


How results will be merged into cache
Forces the RelatedEntityList to refresh itself.
Syntax
'Declaration
 
Public Sub Reload( _
   ByVal mergeStrategy As MergeStrategy _
) 
'Usage
 
Dim instance As RelatedEntityList(Of T)
Dim mergeStrategy As MergeStrategy
 
instance.Reload(mergeStrategy)
public void Reload( 
   MergeStrategy mergeStrategy
)

Parameters

mergeStrategy
How results will be merged into cache
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelatedEntityList<T> Class
RelatedEntityList<T> Members

Send Feedback